Skip to content

ci: stop queueing unavailable self-hosted gate - #132

Merged
ErenAri merged 1 commit into
mainfrom
agent/disable-dead-self-hosted-pr-gate
Aug 9, 2026
Merged

ci: stop queueing unavailable self-hosted gate#132
ErenAri merged 1 commit into
mainfrom
agent/disable-dead-self-hosted-pr-gate

Conversation

@ErenAri

@ErenAri ErenAri commented Aug 9, 2026

Copy link
Copy Markdown
Contributor

Summary

Stops automatically queueing the optional self-hosted compatibility workflow on pull requests.

The repository currently has zero registered self-hosted runners, so every compatibility-relevant PR receives a Compatibility Gate job that can never start. The required Compatibility Gate (hosted runner) already runs the same QEMU/KVM validation on GitHub-hosted infrastructure and remains enforced by branch protection.

The self-hosted workflow remains available through workflow_dispatch for operators that later register a suitable Linux x64 KVM runner.

No tracking issue is required.

Security and release impact

  • no required status check is removed
  • hosted KVM validation remains required
  • no CLI, Action, profile, or validation behavior changes
  • release-tooling-only; does not reset the v0.4 campaign window

Validation

  • go run github.com/rhysd/actionlint/cmd/actionlint@v1.7.11
  • go test ./...
  • git diff --check

Copilot AI lite review requested due to automatic review settings August 9, 2026 14:42

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@ErenAri
ErenAri merged commit bdb6411 into main Aug 9, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants